home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_44279.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  836 b   |  18 lines

  1. -- card: 44279 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 10
  9. ----- text -----
  10. (e::alternate-full-gc)
  11.  
  12.     Performs garbage collection by a different algorithm, which is faster but less efficient at compacting individual lists, and which may fail!  A failure might occur if (a) there was little unused space left when the procedure was called, and (b) there was almost no garbage, and (c) the inefficient list compaction caused many lists to occupy more space after garbage collection than before.  These circumstances could cause Pixie Scheme to run out of memory.
  13.     Notwithstanding, the speed advantage of
  14. "e::alternate-full-gc" may be useful when there is plenty of space or lots of garbage.
  15.  
  16. -- part contents for background part 47
  17. ----- text -----
  18. 192